home *** CD-ROM | disk | FTP | other *** search
- .BoardItem
- {
- float:left;
- display:inline-block;
- margin-right:10px;
- padding-bottom:10px;
-
- position:relative;
-
- background:#fff url(/img/ProjectCenter/Writeboard_Item_bottom.jpg) right bottom no-repeat;
- font-size:16px;
- font-family:"Lucida Grande", Tahoma, SimSun, sans-serif;
- }
- p
- {
- float:left;
- clear:left;
- }
- .BoardItem_top
- {
- float:left;
- margin:0px;
- color:#666;
- line-height:20px;
-
- padding:10px 10px 10px 20px;
- margin:10px 10px 0 0;
- background:url(/img/ProjectCenter/Writeboard_Item_top.jpg) left top no-repeat;
- }
-
- .Board_ControlSet
- {
- position:absolute;
- right:0px;
- top:15px;
-
- line-height:20px;
-
-
- background:#fff;
- padding:5px 5px 5px 5px;
- }
-
- .BoardItem_Author
- {
- float:left;
- display:inline-block;
- width:300px;
- height:20px;
- font-weight:bold;
- color:#444;
- line-height:20px;
- font-size:14px;
- margin-bottom:10px;
- position:relative;
- }
-
- .BoardItem_Date
- {
- float:right;
- position:absolute;
- right:20px;
- top:0px;
-
- color:#ccc;
-
- font-size:12px;
- font-weight:normal;
- border-bottom:1px solid #ddd;
- }
-
- .BoardItem_Tags
- {
- float:left;
- clear:left;
- display:block;
- line-height:20px;
- font-size:12px;
- color:#999;
- font-weight:bold;
- width:100px;
- border-top:1px solid #ccc;
- }
-
- .Board_Avator_bg
- {
- float:left;
- clear:left;
- display:inline;
- width:159px;
- height:145px;
- position:relative;
-
- background:#fff url(/img/ProjectCenter/WriteBoard_Avator_bg.jpg) no-repeat;
- }
-
- .Board_Avator
- {
- position:absolute;
- width:120px;
- height:79px;
- left:12px;
- top:12px;
- }
-
- .Board_Message
- {
- float:left;
- display:inline;
- line-height:20px;
- font-size:13px;
-
- width:200px !important;
- width:220px;
-
- background:#E7F4FF;
-
- padding:10px;
- margin:0px;
- word-break:break-all;
- border-top:1px dashed #ccc;
- border-right:1px dashed #ccc;
- }
-
- .AlternateColor
- {
- background:#E7FFE5 !important;
- }
-
- .Board_Date
- {
- color:#888;
-
- }
-
- a.Board_ControlLink:link, a.Board_ControlLink:visited
- {
- display:inline-block;
- margin-right:10px;
- color:#888;
- line-height:20px;
- height:20px;
- padding:0 5px 0 5px;
- }
-
- a.Board_ControlLink:hover
- {
- color:#fff;
- background-color:#888;
- }
-
- .TrashIcon
- {
- width:10px !important;
- width:20px;
- background:url(/img/App_GUI/Misc/trash.gif) center no-repeat;
- }